home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
progs
/
demo
/
amigaworld
/
installfont
< prev
next >
Wrap
Text File
|
1996-08-08
|
610b
|
19 lines
;AmigaWorld-Zeichensatz-Installation
;für Installer 1.24 oder besser
(complete 0)
(set @default-dest "FONTS:")
(if (askbool (prompt "Would you like to permanently install Faraway-Eyes font to your system?")
(default 1)
(help (cat "If you select yes then FarawayEyes font will be copied "
"to your FONTS: directory. If you select no then AmigaWorld "
"will only find its fond until your next boot-up.")))
(copyfiles (source "Fonts") (all)
(dest "Fonts:"))
(run "c:assign Fonts: Fonts add")
)
(complete 100)